home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / hpother_ / trators3.zip / REGPASS.BAT < prev    next >
DOS Batch File  |  1994-06-30  |  919b  |  20 lines

  1. echo off
  2. cls
  3. echo  ------------------------------------------------------------
  4. echo  ------------------------RegPass.bat-------------------------
  5. echo  ------------------------------------------------------------
  6. echo  ---------------Password Registration Routine----------------
  7. echo  ------------------------------------------------------------
  8. echo  -------------Thank you for buying a password!---------------
  9. echo  ------------------------------------------------------------
  10. echo  -If the password you've just registered (%1) is valid-
  11. echo  -you'll be able to access the entire product from now on....
  12. echo  ........by typing...........................................
  13. echo                      ShowAll 
  14. echo  ------------------------------------------------------------
  15. echo cls >ShowAll.bat 
  16. echo chmod +r begin.cfg     >> ShowAll.bat 
  17. echo softlock %1 begin >>ShowAll.bat 
  18. pause 
  19. Showall
  20.